@charset "UTF-8";
*, html, body, div, ul, ol, li, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, hr, table, thead, tbody, tfoot, tr, td, th, strong, span, b, i, input, button, textarea, select, option, img, a, label {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
  border: 0 none;
  font-family: 'AlibabaPuHuiTiR', PingFang SC, Helvetica, Arial, Hiragino Sans GB, Microsoft YaHei, Heiti SC, WenQuanYi Micro Hei, sans-serif; }

body {
  position: relative;
  background: #ffffff;
  min-height: 100vh;
  padding-bottom: 542px !important;
}
#newBridge{
  display: none!important;
}
.fl {
  float: left;
  display: inline; }

a {
  text-decoration: none;
  color: #666666; }

.fr {
  float: right;
  display: inline; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

input, select, button, textarea {
  outline: 0 none; }

button {
  cursor: pointer; }

img {
  max-width: 100%; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/*超出一行隐藏*/
.text-split {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block; }

/*超出二行隐藏*/
.text-split2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.text-center {
  text-align: center; }

.color-white {
  color: #fff !important; }

.wrap {
  width: 1200px!important;
  margin: 0 auto }

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.hide {
  display: none; }

.main-container {
  width: 100%;
  min-height: calc(100vh - 470px); }

/*header*/
.header .header-top {
  height: 30px;
  width: 100%;
  font-size: 12px;
  background: #1f1f1f;
  line-height: 30px;
  color: #DFBF73; }
.header .header-top-left {
  width: 40%; }
  .header .header-top-left .welcome {
    margin-right: 20px; }
  .header .header-top-left a {
    color: #DFBF73;
    margin: 0 5px; }
.header .header-top-right {
  width: 60%;
  text-align: right; }
  .header .header-top-right ul li.split {
    color: #DFBF73;
    font-size: 12px;
    padding: 0;
    width: 1px;
    margin: 0; }
  .header .header-top-right ul li.phone {
    font-weight: bold; }
  .header .header-top-right ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative; }
    .header .header-top-right ul li a {
      color: #DFBF73; }
    .header .header-top-right ul li i {
      position: relative;
      top: 2px; }
    .header .header-top-right ul li .hide-box {
      position: absolute;
      display: none;
      width: 100%;
      background: #1f1f1f;
      padding: 5px;
      top: 30px;
      left: 0;
      z-index: 99; }
      .header .header-top-right ul li .hide-box img {
        display: block;
        margin: 0; }
      .header .header-top-right ul li .hide-box a {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #DFBF73;
        line-height: 30px; }
        .header .header-top-right ul li .hide-box a:hover {
          color: #DFBF73; }
  .header .header-top-right ul li:hover > a {
    color: #DFBF73; }
  .header .header-top-right ul li:hover i.icon-arrow-down:before {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .header .header-top-right ul li:hover .hide-box {
    display: block; }
  .header .header-top-right ul li:hover .top-service {
    width: 180px;
    height: 130px;
    background: #1f1f1f;
    left: 50%;
    margin-left: -90px;
    top: 30px;
    line-height: 22px;
    padding: 5px; }
    .header .header-top-right ul li:hover .top-service h5 {
      color: #DFBF73;
      font-size: 12px;
      text-align: left; }
      .header .header-top-right ul li:hover .top-service h5 span.help {
        display: inline-block;
        width: 20px;
        height: 22px;
        float: left;
        position: relative;
        top: -2px;
        margin-right: 3px;
        background: url(//cdn.zallsteel.com/portal/market_new/imgs/service_01.png) no-repeat center center; }
      .header .header-top-right ul li:hover .top-service h5 span.service {
        display: inline-block;
        width: 20px;
        height: 22px;
        float: left;
        position: relative;
        top: -2px;
        margin-right: 3px;
        background: url(//cdn.zallsteel.com/portal/market_new/imgs/service_02.png) no-repeat center center; }
    .header .header-top-right ul li:hover .top-service hr {
      width: 160px;
      height: 1px;
      display: block;
      border-top: 1px solid #d2d2d2;
      margin: 6px auto 4px; }
    .header .header-top-right ul li:hover .top-service p {
      color: #DFBF73;
      font-size: 12px;
      text-align: left;
      line-height: 20px;
      padding-left: 23px; }
      .header .header-top-right ul li:hover .top-service p a {
        display: inline-block;
        margin-right: 15px;
        width: auto;
        line-height: 22px;
        padding: 0;
        color: #DFBF73;
        height: auto; }
.header .header-search {
  height: 90px;
  overflow: hidden;
  width: 100%; }
  .header .header-search .logo {
    width: 210px;
    padding-top: 8px;
    font-size: 0; }
    .header .header-search .logo a {
      display: block; }
    .header .header-search .logo img {
      width: 177px;
      height: 73px; }
  .header .header-search .search-tool {
    width: 600px;
    padding-top: 25px; }
    .header .header-search .search-tool .search-control {
      width: 600px;
      height: 40px;
      border: 1px solid #c1c1c1;
      border-radius: 5px;
      overflow: hidden; }
      .header .header-search .search-tool .search-control .search-input {
        width: 453px;
        height: 38px;
        line-height: 38px;
        color: #1F1F1F;
        font-size: 12px;
        padding-left: 15px; }
      .header .header-search .search-tool .search-control .search-btn {
        width: 145px;
        display: inline-block;
        height: 38px;
        background: #1f1f1f;
        color: #fff; }
        .header .header-search .search-tool .search-control .search-btn i {
          margin-right: 5px; }
  .header .header-search .quick-buy {
    width: 200px;
    padding-top: 25px;
    padding-left: 44px; }
    .header .header-search .quick-buy a {
      display: inline-block;
      width: 150px;
      height: 40px;
      background: #B6A06D;
      border: 1px solid #B6A06D;
      border-radius: 5px;
      font-size: 14px;
      color: #000;
      line-height: 38px;
      text-align: center; }
      .header .header-search .quick-buy a i {
        margin-right: 6px; }
  .header .header-search .cart {
    padding-top: 25px; }
    .header .header-search .cart a {
      display: inline-block;
      width: 150px;
      height: 40px;
      border: 1px solid #E6E6E6;
      background: #fff;
      border-radius: 5px;
      font-size: 14px;
      color: #B6A06D;
      line-height: 38px;
      text-align: center; }
      .header .header-search .cart a i {
        margin-right: 6px; }
.header .header-nav {
  height: 40px;
  background: #1f1f1f; }
  .header .header-nav .wrap {
    background: #1f1f1f;
    color: #fff; }
  .header .header-nav .nav-left {
    width: 180px;
    height: 40px;
    position: relative; }
    .header .header-nav .nav-left h5 {
      height: 40px;
      width: 180px;
      line-height: 40px;
      cursor: pointer;
      background: transparent url("//cdn.zallsteel.com/portal/market2023/imgs/nav_category.png") no-repeat center/auto 16px;
      color: #fff;
      font-size: 16px;
      border-radius: 15px 0 0 0;
      padding: 0 25px; }
      .header .header-nav .nav-left h5 i {
        margin-right: 10px;
        font-weight: bold; }
    .header .header-nav .nav-left .category {
      width: 180px;
      height: 376px;
      display: none;
      position: absolute;
      z-index: 6;
      top: 40px;
      left: 0;
      background: #515151; }
      .header .header-nav .nav-left .category ul li {
        height: 54px;
        line-height: 54px;
        padding: 0 25px; }
        .header .header-nav .nav-left .category ul li a {
          display: flex;
          align-items: center;
          font-size: 14px;
          color: #DFBF73; }
          .header .header-nav .nav-left .category ul li a img.active {
            display: none; }
          .header .header-nav .nav-left .category ul li a img.no-active {
            display: block; }
        .header .header-nav .nav-left .category ul li i {
          margin-right: 5px;
          position: relative;
          top: 1px; }
        .header .header-nav .nav-left .category ul li .detail-category {
          display: none;
          position: absolute;
          width: 760px;
          height: 376px;
          background: #F3F3F3;
          left: 180px;
          top: 0;
          overflow-x: hidden; }
          .header .header-nav .nav-left .category ul li .detail-category .inner {
            width: 772px;
            height: 376px;
            padding: 10px 15px;
            overflow-y: scroll; }
          .header .header-nav .nav-left .category ul li .detail-category dl {
            margin-bottom: 10px; }
            .header .header-nav .nav-left .category ul li .detail-category dl:last-child dd {
              border-bottom: 0 none; }
            .header .header-nav .nav-left .category ul li .detail-category dl dt {
              width: 80px;
              font-size: 14px;
              color: #DFBF73;
              line-height: 30px;
              font-weight: bold;
              padding: 10px 0 10px 20px; }
            .header .header-nav .nav-left .category ul li .detail-category dl dd {
              width: 640px;
              font-size: 12px;
              line-height: 30px;
              padding: 10px 5px;
              border-bottom: 1px solid #e1e1e1; }
              .header .header-nav .nav-left .category ul li .detail-category dl dd a {
                margin-right: 30px;
                display: inline-block;
                color: #333; }
                .header .header-nav .nav-left .category ul li .detail-category dl dd a:hover {
                  color: #DFBF73; }
                .header .header-nav .nav-left .category ul li .detail-category dl dd a img {
                  width: 115px;
                  height: 44px;
                  outline: 1px solid #e4e4e4; }
      .header .header-nav .nav-left .category ul li:hover {
        background: #F3F3F3; }
        .header .header-nav .nav-left .category ul li:hover > a {
          color: #515151; }
          .header .header-nav .nav-left .category ul li:hover > a img.active {
            display: block; }
          .header .header-nav .nav-left .category ul li:hover > a img.no-active {
            display: none; }
        .header .header-nav .nav-left .category ul li:hover .detail-category {
          display: block; }
  .header .header-nav .nav-left:hover .category {
    display: block !important; }
  .header .header-nav .main-nav {
    width: 1000px;
    height: 40px; }
    .header .header-nav .main-nav ul li {
      margin: 0 6px;
      display: inline-block;
      height: 40px; }
      .header .header-nav .main-nav ul li a {
        height: 40px;
        display: block;
        padding: 10px 0; }
      .header .header-nav .main-nav ul li span {
        display: block;
        height: 20px;
        width: 80px;
        background-size: auto 45px;
        background-repeat: no-repeat;
        background-image: url("//cdn.zallsteel.com/portal/market2023/imgs/nav_bg_all.png"); }
      .header .header-nav .main-nav ul li span.nav1 {
        background-position: 25px 0; }
      .header .header-nav .main-nav ul li span.nav2 {
        background-position: -53px 0; }
      .header .header-nav .main-nav ul li span.nav3 {
        background-position: -146px 0; }
      .header .header-nav .main-nav ul li span.nav4 {
        background-position: -238px 0; }
      .header .header-nav .main-nav ul li span.nav5 {
        background-position: -339px 0; }
      .header .header-nav .main-nav ul li span.nav6 {
        background-position: -440px 0; }
      .header .header-nav .main-nav ul li span.nav7 {
        background-position: -534px 0; }
      .header .header-nav .main-nav ul li span.nav8 {
        background-position: -627px 0; }
      .header .header-nav .main-nav ul li span.nav9 {
        background-position: -713px 0; }
      .header .header-nav .main-nav ul li span.nav10 {
        width: 100px;
        background-position: -804px 0; }
    .header .header-nav .main-nav ul li.show-new {
      position: relative; }
      .header .header-nav .main-nav ul li.show-new::after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: -20px;
        width: 30px;
        height: 11px;
        background: url("//cdn.zallsteel.com/portal/market2023/imgs/nav_new_icon.png") no-repeat center top/100% 100%; }
    .header .header-nav .main-nav ul li.active span.nav1, .header .header-nav .main-nav ul li:hover span.nav1 {
      background-position: 25px -29px; }
    .header .header-nav .main-nav ul li.active span.nav2, .header .header-nav .main-nav ul li:hover span.nav2 {
      background-position: -53px  -29px; }
    .header .header-nav .main-nav ul li.active span.nav3, .header .header-nav .main-nav ul li:hover span.nav3 {
      background-position: -146px  -29px; }
    .header .header-nav .main-nav ul li.active span.nav4, .header .header-nav .main-nav ul li:hover span.nav4 {
      background-position: -238px  -29px; }
    .header .header-nav .main-nav ul li.active span.nav5, .header .header-nav .main-nav ul li:hover span.nav5 {
      background-position: -339px  -29px; }
    .header .header-nav .main-nav ul li.active span.nav6, .header .header-nav .main-nav ul li:hover span.nav6 {
      background-position: -440px  -29px; }
    .header .header-nav .main-nav ul li.active span.nav7, .header .header-nav .main-nav ul li:hover span.nav7 {
      background-position: -534px  -29px; }
    .header .header-nav .main-nav ul li.active span.nav8, .header .header-nav .main-nav ul li:hover span.nav8 {
      background-position: -627px  -29px; }
    .header .header-nav .main-nav ul li.active span.nav9, .header .header-nav .main-nav ul li:hover span.nav9 {
      background-position: -713px  -29px; }
    .header .header-nav .main-nav ul li.active span.nav10, .header .header-nav .main-nav ul li:hover span.nav10 {
      background-position: -804px  -29px; }
.header .header-line {
  width: 100%;
  height: 6px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #B6A06D; }

/*footer*/
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
.footer .footer-top {
  background: #454545!important;
  padding: 13px 0; }
.footer .footer-top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto; }
.footer .footer-top .wrap .item {
  display: flex;
  align-items: center;
  width: 300px; }
.footer .footer-top .wrap .item .left {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  color: #CB9E5D;
  text-align: center;
  line-height: 50px; }
.footer .footer-top .wrap .item .left span {
  font-size: 44px; }
.footer .footer-top .wrap .item .right .title {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 5px;
  text-align: left; }
.footer .footer-top .wrap .item .right .content {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5); }
.footer .footer-middle {
  background: #ffffff; }
.footer .footer-middle .wrap {
  width: 1200px;
  margin: 0 auto; }
.footer .footer-middle .wrap > ul {
  padding: 20px 0;
  height: 360px;
}
.footer .footer-middle .wrap > ul > li {
  float: left;
  height: 100%;
  padding-left: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }
.footer .footer-middle .wrap > ul > li h5 {
  font-size: 18px;
  line-height: 30px;
  color: #363636;
  font-weight: bold;
  margin-bottom: 15px; }
.footer .footer-middle .wrap > ul > li .link-box a {
  font-size: 14px;
  display: inline-block;
  line-height: 34px;
  color: #3b3b3b;
  text-decoration: none;
}
.footer .footer-middle .wrap > ul > li .link-box a:hover {
  color: #B6A06D; }
.footer .footer-middle .wrap > ul > li .deal-box a {
  float: left;
  width: 85px;
  position: relative; }
.footer .footer-middle .wrap > ul > li .deal-box .hide-msg {
  display: none;
  padding: 5px;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  bottom: 30px;
  height: auto;
  line-height: 15px;
  font-size: 12px;
  width: 150px;
  left: 22px;
  color: #fff;
  z-index: 9;
  box-shadow: 2px -2px 3px #8c8888; }
.footer .footer-middle .wrap > ul > li .deal-box .hide-msg .left {
  width: 40px; }
.footer .footer-middle .wrap > ul > li .deal-box .hide-msg .right {
  width: 100px; }
.footer .footer-middle .wrap > ul > li .deal-box .hide-msg span {
  position: absolute;
  left: 0px;
  bottom: -14px;
  width: 14px;
  height: 14px;
  display: block;
  border-left: 7px solid rgba(0, 0, 0, 0.6);
  border-top: 7px solid rgba(0, 0, 0, 0.6);
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent; }
.footer .footer-middle .wrap > ul > li .deal-box a:hover .hide-msg {
  display: block; }
.footer .footer-middle .wrap > ul > li .contact {
  width: 185px; }
.footer .footer-middle .wrap > ul > li .contact p {
  font-size: 12px;
  color: #666;
  line-height: 26px;
}
.footer .footer-middle .wrap > ul > li .qrcode {
  width: 180px;
  text-align: center; }
.footer .footer-middle .wrap > ul > li .qrcode ul {
  position: relative; }
.footer .footer-middle .wrap > ul > li .qrcode li {
  width: 90px;
  height: 100px;
  margin-bottom: 10px;
  float: left;
  background: #fff; }
.footer .footer-middle .wrap > ul > li .qrcode li img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto; }
.footer .footer-middle .wrap > ul > li .qrcode li p {
  font-size: 12px;
  line-height: 12px;
  padding: 2px 0 6px;
  text-align: center;
  color: #666; }
.footer .footer-middle .wrap > ul > li .qrcode li:hover {
  position: absolute;
  width: 180px;
  height: 210px;
  left: 0;
  top: 0; }
.footer .footer-middle .wrap > ul > li .qrcode li:last-child:hover {
  position: absolute;
  width: 180px;
  height: 210px;
  left: 0;
  top: 0; }
.footer .footer-middle .wrap > ul > li .qrcode li:hover img {
  width: 180px;
  height: 180px; }
.footer .footer-middle .wrap > ul > li .qrcode li:hover p {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold; }
.footer .footer-middle .wrap > ul > li .phone {
  font-weight: 600;
  color: #B6A06D;
  line-height: 22px;
  font-size: 22px; }
.footer .footer-middle .wrap > ul > li .service-time {
  margin-top: 5px;
  color: #999;
  font-size: 12px; }
.footer .footer-middle .wrap > ul > li .contact-us {
  margin-top: 10px;
  vertical-align: middle; }
.footer .footer-middle .wrap > ul > li .contact-us a {
  display: block;
  background: #454545;
  color: #B6A06D;
  border-radius: 4px;
  text-align: center;
  width: 148px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  padding: 0 16px; }
.footer .footer-middle .wrap > ul > li .contact-us a i {
  vertical-align: middle;
  font-size: 22px;
  margin-right: 10px; }
.footer .footer-bottom {
  background: #454545;
  padding: 15px 0 10px 0; }
.footer .footer-bottom .wrap {
  width: 1200px;
  margin: 0 auto; }
.footer .footer-bottom .wrap div {
  font-size: 13px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin-bottom: 5px; }
.footer .footer-bottom .wrap div span {
  padding: 0 3px; }
.footer .footer-bottom .wrap div a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none; }
.footer .footer-bottom .wrap div a:hover {
  color: #DFBF73; }
.footer .footer-bottom .wrap .copyright-info {
  display: flex;
  justify-content: center;
  align-items: center; }
.footer .footer-bottom .wrap .copyright-info a {
  display: flex;
  justify-content: center;
  align-items: center; }

/*分页*/
.paging {
  padding: 15px 20px;
  width: 100%;
  text-align: center; }

.paging .page-left {
  font-size: 12px;
  display: inline-block;
  color: #515151;
  font-weight: bold; }
  .paging .page-left .page-select {
    height: 28px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    font-size: 12px;
    color: #999999; }
  .paging .page-left .bold-red {
    font-weight: bold;
    color: #F13F28; }

.paging .page-left input {
  display: inline-block;
  width: 38px;
  height: 20px;
  line-height: 20px;
  position: relative;
  border: 1px solid #A0A0A0;
  text-align: center;
  color: #666; }

.paging .page-center {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle; }

.paging .page-center ul {
  width: 100%;
  text-align: center;
  font-size: 14px; }

.paging .page-center ul li {
  display: inline-block;
  width: 30px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #FFFFFF; }

.paging .page-center ul li #next-page, .paging .page-center ul li #prev-page {
  display: inline-block; }
  .paging .page-center ul li #next-page i, .paging .page-center ul li #prev-page i {
    font-size: 12px; }

.paging .page-center ul li a {
  display: inline-block;
  min-width: 30px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  color: #6e6a68; }

.paging .page-center ul li a:hover {
  font-weight: 500;
  color: #FFFFFF;
  background: #515151 !important; }

.paging .page-center ul li a.active {
  font-weight: 500;
  color: #FFFFFF;
  background: #515151 !important; }

.paging .page-right {
  display: inline-block;
  color: #666;
  font-size: 12px;
  text-align: right; }

.paging .page-right input {
  display: inline-block;
  width: 38px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  text-align: center;
  color: #515151;
  position: relative; }

.paging .page-right .toTargetPageBtn {
  display: inline-block;
  width: 56px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  background: #515151;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer; }

.paging .page-right a {
  display: inline-block;
  width: 38px;
  height: 20px;
  color: #fff;
  background: #5B6984;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  position: relative;
  top: -2px;
  font-family: Arial; }

.paging .page-right a:hover {
  color: #fff !important; }

/*动画*/
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  75% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98); } }
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  75% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98); } }
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(2px) translateZ(0);
  transform: perspective(2px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }

.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity; }

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */ }

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ }

/**动画结束**/
.ticketInfo-modal .ticket-info {
  text-align: left; }
.ticketInfo-modal .ticket-info h4 {
  font-size: 18px;
  color: #1F1F1F;
  margin-top: 10px;
  margin-bottom: 10px; }
.ticketInfo-modal .ticket-info p {
  border: 1px dashed #5E6982;
  padding: 10px;
  line-height: 24px;
  font-size: 14px; }

.ticket-info .box {
  width: 330px;
  float: left;
}
.ticket-info .box:first-child{
  margin-right: 20px;
}
.qg-modal {
  width: 320px;
  border-radius: 8px !important; }

.qg-modal .layui-layer-title {
  color: #fff;
  background: #1f1f1f;
  text-align: center;
  padding: 0 80px;
  font-size: 16px;
  border-radius: 8px 8px 0 0; }

.qg-modal .layui-layer-content {
  text-align: center;
  padding: 15px 0 0;
  font-size: 16px; }

.qg-modal .layui-layer-btn {
  text-align: center;
  padding-bottom: 15px !important; }

.qg-modal .layui-layer-btn a {
  background: #5B6984;
  color: #fff;
  width: 194px;
  height: 30px;
  line-height: 30px;
  border: 0 none;
  border-radius: 15px; }

.qg-modal .layui-layer-btn a:hover {
  color: #fff !important; }

.qg-modal .layui-layer-setwin .layui-layer-close1 {
  background: url("//cdn.zallsteel.com/portal/market/icon/bg_close.png") no-repeat center center/100% auto; }

body .layer-class {
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.29);
  border-radius: 6px;
  opacity: 0.99;
  border: 1px solid #DADADA; }
  body .layer-class .layui-layer-title {
    font-size: 16px;
    font-weight: bold;
    color: #B6A06D; }
  body .layer-class .layui-layer-setwin .layui-layer-close2 {
    right: 0px;
    top: -8px; }

/**用户中心头部**/
.user-info-head {
  height: 74px;
  background: #F7F7F7;
  border-bottom: 4px solid #B6A06D; }
  .user-info-head .logo {
    width: 174px;
    padding-top: 8px;
    font-size: 0; }
    .user-info-head .logo a {
      display: block; }
    .user-info-head .logo img {
      width: 106px;
      height: 47px; }
  .user-info-head ul {
    height: 74px;
    width: 1000px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    color: #343434;
    line-height: 70px; }
    .user-info-head ul li {
      cursor: pointer;
      padding: 0 10px; }
      .user-info-head ul li a {
        width: 100%;
        height: 100%; }
    .user-info-head ul .select {
      background: #B6A06D; }
      .user-info-head ul .select a {
        color: #FFFFFF; }

/****登录弹窗start****/
.login-dialog {
  border-radius: 8px !important; }
  .login-dialog .layui-layer-title {
    color: #fff;
    background: #373737;
    font-size: 14px;
    border-radius: 8px 8px 0 0; }
  .login-dialog .layui-layer-setwin .layui-layer-close1 {
    width: 20px;
    height: 20px;
    background: url("//cdn.zallsteel.com/portal/market/icon/bg_close.png") no-repeat center center/100% auto; }
  .login-dialog .layui-layer-btn-c {
    margin-bottom: 20px;
    justify-content: space-between;
    padding: 0 30px;
    display: flex; }
  .login-dialog .layui-layer-btn0 {
    width: 120px;
    height: 40px;
    border: none;
    background-color: #FFFFFF !important;
    background: url("//cdn.zallsteel.com/portal/market2023/imgs/login_dialog_confirm.png") no-repeat center center/100% auto; }
  .login-dialog .layui-layer-btn1 {
    width: 120px;
    height: 40px;
    border: none;
    background: url("//cdn.zallsteel.com/portal/market2023/imgs/login_dialog_cancel.png") no-repeat center center/100% auto; }
  .login-dialog .content-container {
    display: flex;
    align-items: center;
    padding: 0 20px; }
    .login-dialog .content-container .icon {
      width: 73px;
      height: 61px; }
    .login-dialog .content-container span {
      margin-left: 10px;
      font-size: 14px;
      color: #333333; }

/****登录弹窗end****/
/*# sourceMappingURL=public.css.map */

.header .header-nav .nav-left .category ul li .detail-category dl:last-child dd a{
  width: 115px;
  height: 44px;
  margin-bottom: 15px;
}
